home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 33
/
Aminet 33 - October 1999.iso
/
Aminet
/
dev
/
misc
/
neuralnetlib.lha
/
neuralnetlib
/
include
/
libraries
/
neuralnet.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-02-05
|
337 b
|
29 lines
#ifndef NEURALNET_H
#define NEURALNET_H 1
/*
** $VER: neuralnet.h 4.1 (4.2.99)
**
** neuralnet.library definitions
*/
#ifndef UTILITY_TAGITEM_H
#include <utility/tagitem.h>
#endif
/*
* Tags (none defined yet)
*/
#define NN_Dummy (TAG_USER+0x1000)
/*
* Types
*/
typedef float NEURON;
typedef void * NEURALNET;
#endif